projects
/
babl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed81104
)
configure: don't set SHREXT to .dylib on darwin
author
Michael Natterer
<mitch@gimp.org>
Mon, 7 May 2012 20:54:44 +0000
(22:54 +0200)
committer
Michael Natterer
<mitch@gimp.org>
Mon, 7 May 2012 20:54:44 +0000
(22:54 +0200)
libtool creates .so modules anyway (modules not libs!)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 11ac4c82cbedf1c5b934f10fe682c8b8d15f6c6f..1bf9a7162164b0be3890a540cc41294a8921ea4a 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-208,9
+208,6
@@
esac
AC_MSG_CHECKING([for some Win32 platform])
case "$target_or_host" in
- *-*-darwin*) # darwin
- shrext=.dylib
- ;;
hppa*-hpux*) # HP/UX
shrext=.sl
;;